home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-19 | 365 b | 20 lines |
- #
- # 1/89
- #
- # This makefile is for PDC. rom.lib is just a
- # public-domain version of amiga.lib.
- #
-
- COBJ = main.o adjust.o window.o sys.o arg.o
- INCL = dirk.h
- PROG = dirk
-
- sharp: $(COBJ)
- blink to $(PROG) from PDCLIB:acrt0.o $(COBJ) +
- lib PDCLIB:pdc.lib PDCLIB:rom.lib nodebug smallcode smalldata
-
- $(COBJ): $*.c $(INCL)
- cc -Ii: -bq $*.c
- as $*.s
-
-